home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global note, tag, wait, ads, texts, syn, li, lig, tt, switch, bore, bridge, check, choose, s, drums, drumonly, t1
- set note to 0
- set the keyDownScript to "keydown"
- unLoadCast()
- preLoad(172, 174)
- cursor(200)
- put " " into field "display"
- put " " into field "advert"
- put " " into field "framerate"
- set tag to 0
- set wait to 0
- set ads to the text of cast member 499
- set texts to the text of cast member 498
- set syn to 0
- set li to 0
- set lig to 17
- set tt to 24
- set switch to 0
- set bore to 0
- set bridge to 0
- set check to 0
- set choose to 3
- set s to random(26)
- set drums to 0
- set drumonly to 0
- chooser()
- go("presync")
- set t1 to 2
- end
-
- on chooser
- global ch
- set ch to random(4)
- if ch = 1 then
- do("sel1")
- end if
- if ch = 2 then
- do("sel10")
- end if
- if ch = 3 then
- do("sel22")
- end if
- if ch = 4 then
- do("sel18")
- end if
- end
-